home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 2123.ZIP / MOUSE.HLP < prev    next >
Text File  |  1988-10-15  |  4KB  |  119 lines

  1.                 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2.                 ▌     Mouse    ▐
  3.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  4.  
  5.   ┌─────────────┐   This is a typical
  6.   │ ┌─┐ ┌─┐ ┌─┐ │   three button mouse.
  7.   │ │ │ │ │ │ │ │   If you have a two
  8.   │ │ │ │ │ │ │ │   button mouse, any
  9.   │ └─┘ └─┘ └─┘ │   reference to the
  10.   │             │   middle button will
  11.   ├─────────────┤   refer to pressing
  12.   │             │   the right and left
  13.   │             │   buttons at the same.
  14.   └─────────────┘
  15.  
  16. The function of each button is dependent upon
  17. the position of the Arrow at the time the
  18. button is pressed.
  19.  
  20.                 The Left Button
  21.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  22.   ┌─────────────┐ Arrow is in a Text Pane:
  23.   │ ▄▄▄ ┌─┐ ┌─┐ │   The Cursor is placed
  24.   │ ▌ ▐ │ │ │ │ │   at the Arrow position.
  25.   │ ▌ ▐ │ │ │ │ │ Arrow is in a Title Pane:
  26.   │ ▀▀▀ └─┘ └─┘ │   Text Pane is scrolled
  27.   │             │   to the right.
  28.   ├─────────────┤ Arrow is in Scroll Pane:
  29.   │             │   Text Pane is scrolled up.
  30.   │             │ Arrow is in on background:
  31.   └─────────────┘   No effect.
  32.  
  33.                 The Middle Button
  34.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  35.   ┌─────────────┐ Arrow is in a Text Pane:
  36.   │ ┌─┐ ▄▄▄ ┌─┐ │   Text or Directory Menu
  37.   │ │ │ ▌ ▐ │ │ │   is popped-up.[*]
  38.   │ │ │ ▌ ▐ │ │ │ Arrow is in a Title Pane:
  39.   │ └─┘ ▀▀▀ └─┘ │   File or System Menu is
  40.   │             │   popped-up.[*]
  41.   ├─────────────┤ Arrow is in Scroll Pane:
  42.   │             │   Absolute position within
  43.   │             │   the file.
  44.   └─────────────┘ Arrow is on background:
  45.                     No effect.
  46.                   [*] See windows.hlp.
  47.  
  48.                 The Right Button
  49.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  50.   ┌─────────────┐ Arrow is in a Text Pane:
  51.   │ ┌─┐ ┌─┐ ▄▄▄ │   Sets or changes the
  52.   │ │ │ │ │ ▌ ▐ │   Selection.
  53.   │ │ │ │ │ ▌ ▐ │ Arrow is in a Title Pane:
  54.   │ └─┘ └─┘ ▀▀▀ │   Text Pane is scrolled
  55.   │             │   left.
  56.   ├─────────────┤ Arrow is in Scroll Pane:
  57.   │             │   Text Pane is scrolled
  58.   │             │   down.
  59.   └─────────────┘ Arrow is on background:
  60.                     Selection is turned off.
  61.  
  62. The function of the mouse buttons are dupli-
  63. cated on the keyboard via the following keys:
  64.  
  65.     CTRL T──The Left Mouse Button
  66.     CTRL Y──The Middle Mouse Button
  67.     CTRL U──The Right Mouse Button
  68.  
  69. Pressing one of these keys once is like
  70. pressing and holding down the associated
  71. mouse button.  A second press of the key
  72. will release the mouse button.  There are
  73. two exceptions to this:
  74.  
  75.     ■ CTRL Y does not toggle when the
  76.       Arrow is in the Scroll Pane (performs
  77.       an absolute scroll).
  78.     ■ CTRL T does not toggle when the
  79.       Arrow is in a Text Pane (places the
  80.       Cursor).
  81.  
  82.                MOUSE INSTALLATION
  83.                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  84. WindE will work with any mouse that is
  85. supplied with a Microsoft compatible mouse
  86. driver:
  87.  
  88.     ■ Microsoft and Logitech refer to their
  89.       drivers as mouse.com.
  90.     ■ Mouse Systems and Imsi refer to their
  91.       drivers as msmouse.com.
  92.  
  93. To load these drivers, while at the DOS
  94. prompt enter (or place in your AUTOEXEC.BAT):
  95.  
  96.     mouse ┘    if you only have one port
  97.     mouse /1 ┘ to use COM1:
  98.     mouse /2 ┘ to use COM2:
  99.  
  100. where ┘ refers to the Enter key.
  101.  
  102. If your mouse is only supplied with an
  103. external device driver (mouse.sys) or if you
  104. just prefer to use an external driver, the
  105. following line must be entered in the
  106. CONFIG.SYS file of your boot disk(ette):
  107.  
  108.     device=[drive:][path]mouse.sys[/1][/2]
  109.  
  110. where everything in brackets is optional.
  111.  
  112. In either case be sure to read the documen-
  113. tation supplied by the mouse manufacturer
  114. before trying to use a mouse with WindE.
  115.  
  116.       ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  117.       ▌PRESS: ALT+B to bury this window▐
  118.       ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  119.